@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a, a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #000;
	font-size: 14px;
	line-height: 1;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "微软雅黑", "黑体", "宋体";
}

#container {
	text-align: left;
}

.container {
	width: 1500px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader .top {
	text-align: right;
	line-height: 24px;
}

#gHeader .top a {
	display: inline-block;
	border-right: 1px solid #c0c0c0;
	padding: 0 5px;
	color: #c0c0c0;
	line-height: 15px;
}

#gHeader .top a:last-child {
	border-right: none;
}

#gHeader .logo {
	font-size: 30px;
	font-weight: bold;
	width: 32%;
}

#gHeader .logo a {
	color: #288C00;
}

#gHeader .text {
	width: 360px;
	margin: 2.5px 0 0 15px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
	font-size: 16px;
	line-height: 30px;
}

#gHeader .pic {
	width: 250px;
	margin: 0px 0 0 20px;
}

#gHeader .text strong {
	color: #288C00;
	font-size: 20px;
}

#gHeader .text p {
	color: #333;
}

#gHeader .heaCon {
	padding: 10px 0;
}

#gHeader .heaCon .fr strong {
	font-size: 26px;
	display: block;
	color: #333;
	line-height: 30px;
	padding: 0px 0 0 48px;
	background: url(../../images/common/tel.png) no-repeat left center;
	background-size: 40px;
}

#gHeader .heaCon .fr strong b {
	font-size: 16px;
	font-weight: 500;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi {
	background: #288C00;
	line-height: 63px;
	height: 63px;
	font-size: 16px;
	text-align: center;
}

#gNavi li {
	float: left;
	width: 11.11%;
	position: relative;
}

#gNavi li a {
	display: block;
	color: #fff;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 63px;
	right: 0;
	background: #288C00;
	display: none;
	z-index: 100;
}

#gNavi li .drop a {
	border-bottom: 1px solid rgba(55, 193, 0, 0.4);
	font-size: 14px;
}

#gNavi li .drop a.on {
	background: #31ac00;
}

#gNavi li a:hover {
	background: #31ac00;
}

#gNavi li:hover .drop {
	display: block;
}

#gNavi li.on>a {
	background: #31ac00;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter {
	background: #237d40;
	color: #fff;
	margin-top: 40px;
	overflow: hidden;
}
#gFooter .fl {
	width:70%
	}

#gFooter .fl h5 {
	float: left;
	width: 80px;
	font-size: 16px;
	font-style: oblique;
	color: #fefefe;
	line-height: 36px;
	font-weight: 500;
}

#gFooter .fl .link {
	padding-top: 50px;
	display: none;
	overflow: hidden;
}

#gFooter .fl .link .fLink {
	float: left;
}

#gFooter .fl .link a {
	line-height: 36px;
	margin: 0 4px;
	display: inline-block;
	font-style: oblique;
	color: #fefefe;
}

#gFooter .fl .nav {
	margin-top: 100px;
}

#gFooter .fl .nav li {
	display: inline-block;
	margin: 0 40px 24px 0
}

#gFooter .fl .nav li:last-child {
	margin-right: 0;
}

#gFooter .fl .nav li a {
	color: #fff;
}

#gFooter .fl .text {
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}

#gFooter .fl .text a {
	color: #fff;
}

#gFooter .fl .text img {
	width: 20px;
	margin-left: 50px;
}

#gFooter .fr {
	margin: 30px 0;
	padding: 15px 0 15px 20px;
	text-align: center;
}

#gFooter .fr img {
	width: 160px;
	border: 10px solid #fff;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 200;
	text-align: center;
	margin-top: -120px;
}

.fixed li {
	color: #fff;
	background: #189829;
}

.fixed li .tex {
	position: relative;
	line-height: 60px;
	font-size: 18px;
	width: 60px;
}

.fixed li .tex a {
	color: #fff;
}

.fixed li p {
	width: 180px;
	background: #189829;
	position: absolute;
	right: 60px;
	top: 0;
	border-right: 1px solid #fff;
	display: none;
	transition: 0.3s;
}

.fixed li p.on {
	display: block;
}

.fixed li span {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.fixed li:last-child span {
	border-bottom: none;
}

.fixed li span img {
	width: 35px;
	margin-top: 12px;
}

.fixed li .wx p {
	width: 150px;
	background: #fff;
	border-right: none;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.fixed li .wx p img {
	width: 150px;
}

/******内页公共样式*******/

.contain {
	width: 78%;
	margin: 20px auto
}

.posi {
	background: #f7f8fc;
	border: 1px solid #ddd;
	line-height: 42px;
	padding: 0 20px;
	margin-top: 10px;
	color: #101010;
}

.posi a {
	color: #101010;
}

.proBox .page {
	text-align: center;
	margin-top: 30px;
}

.proBox .page li {
	display: inline-block;
	margin: 0 4px;
	line-height: 30px;
}

.proBox .page a {
	display: block;
	line-height: 1;
	padding: 7px 10px;
	border: 1px solid #ddd;
}

.proBox .page li.thisclass {
	background: #048d02;
	width: 30px;
	color: #fff;
	border-color: #048d02;
}

.sp {
	display: none !important;
}

@media all and (min-width: 1024px) and (max-width: 1540px) {
	.container {
		width: 1200px;
	}
	#gHeader .logo {
		width: 420px;
	}
	#gHeader .heaCon .text {
		font-size: 18px;
		width: 325px;
		margin-top:5px;
		line-height: 24px;
	}
	#gHeader .heaCon .fr strong {
		font-size: 24px;
		margin: 0px
	}
	#gHeader .heaCon .fr .form span {
		height: 30px;
		width: 60px;
		font-size: 13px;
		line-height: 30px;
	}
	#gHeader .heaCon .fr .form input[type="text"] {
		height: 30px;
		width: 160px;
	}
	#gHeader .heaCon .fr .form input[type="submit"] {
		height: 30px;
	}
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}
	#gNavi li .drop {
		top: 40px;
	}
	#gNavi li .drop a {
		font-size: 13px;
		line-height: 40px;
	}
	#gFooter {
		margin-top: 30px;
	}
	#gFooter .fl {
		width: 70%;
	}
	#gFooter .fl .link {
		width: 100%;
	}
	#gFooter .fl .link li:first-child {
		font-size: 16px;
	}
	#gFooter .fl .link li {
		line-height: 30px;
	}
	#gFooter .fl .nav {
		margin-top: 60px;
		width: 100%;
	}
	#gFooter .fl .nav li {
		float: left;
		width: 20%;
		text-align: center;
		margin: 0 0px 10px 0
	}
	#gFooter .fl .text {
		width: 100%;
	}
	#gFooter .fl .text img {
		
		margin-left: 10px;
	}
	#gFooter .fr {
		width: 25%;
		box-sizing: border-box;
	}
	#gFooter .fr img {
		width: 140px;
	}
	.contain {
		margin: 20px auto;
		width:1200px
	}
}

@media all and (min-width:1280px) and (max-width: 1680px) {
	#gHeader .pic {
		display: none;
	}
}

@media all and (min-width: 1340px) and (max-width: 1540px) {
	#gNavi {
		line-height: 50px;
		height: 50px;
		font-size: 15px;
	}
	#gNavi li .drop {
		top: 50px;
	}
}

@media all and (min-width: 1340px) and (max-width: 1480px) {
	.container {
		width: 1200px;
	}
}

@media all and (min-width:1024px) and (max-width:1280px) {
	#gHeader .heaCon .text {
		display: none;
	}
	#gNavi li .drop a {
		font-size: 12px
	}
}

@media all and (min-width:1024px) and (max-width:1210px) {
	/******内页公共样式*******/
	.contain {
		width: 85%;
		max-width: 1180px;
	}
	.container {
		width: 85%;
	}
	.proBox .box .ul1 li .pho {
		float: inherit !important;
		margin: 0 auto !important
	}
	.proBox .box .ul1 li p {
		padding-left: 0 !important;
		text-align: center !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.container {
		width: 100%;
		min-width: inherit;
	}
	.fl, .fr {
		float: inherit;
	}
	#gHeader {
		padding: 8px 10px
	}
	#gHeader .logo {
		width: 150px;
		margin: 0;
		line-height: 1;
	}
	#gHeader .logo h1 {
		display: inline-block;
	}
	#gHeader .logo img {
		width: 100%;
	}
	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 15px;
		width: 35px;
	}
	#gHeader .tel {
		position: absolute;
		right: 50px;
		top: 15px;
		width: 35px;
	}
	#gHeader .heaCon {
		padding: 0
	}
	#gHeader .heaCon .fr strong {
		display: none;
	}
	#gHeader .heaCon .fr .form {
		margin-top: 5px;
	}
	#gHeader .heaCon .fr .form span {
		height: 30px;
		width: 20%;
		font-size: 13px;
		line-height: 30px;
	}
	#gHeader .heaCon .fr .form input[type="text"] {
		height: 30px;
		width: 60%;
		font-size: 13px;
		box-sizing: border-box;
		appearance: none;
		-webkit-appearance: none;
		border-radius: 0;
	}
	#gHeader .heaCon .fr .form input[type="submit"] {
		height: 30px;
		width: 20%;
		font-size: 13px;
		appearance: none;
		-webkit-appearance: none;
		border-radius: 0;
	}
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		line-height: 50px;
		height: inherit;
		font-size: 14px;
		position: fixed;
		right: 0%;
		width: 200px;
		transform: translateX(200px);
		top: 0;
		bottom: 0;
		background: #323232;
		z-index: 200;
		padding-top: 10px;
	}
	#gNavi.on {
		transform: translateX(0px);
	}
	body.on {
		position: relative;
		right: 200px;
	}
	#gNavi li {
		width: 100%;
		float: inherit;
	}
	#gNavi li .drop {
		top: 0px;
		position: relative;
	}
	#gNavi li:hover .drop {
		display: none;
	}
	/*------------------------------------------------------------
		底部
	------------------------------------------------------------*/
	.ftCon {
		position: relative;
	}
	#gFooter .fl {
	width:100%
	}
	#gFooter .fl .link {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	#gFooter .fl .link li {
		line-height: 25px;
	}
	#gFooter .fl .link li:first-child {
		font-size: 14px;
		display: block;
	}
	#gFooter .fl .nav {
		width: 100%;
		margin-top: 10px !important;
	}
	#gFooter .fl .nav li {
		display: block;
		float: left;
		width: 33.33%;
		margin: 0 0px 0px 0;
		line-height: 25px;
		text-align: center;
	}
	#gFooter .fl .text {
		width: 100%;
		margin-top: 220px;
		text-align: center;
		font-size: 12px;
		line-height: 20px;
	}
	#gFooter .fl .text a {
		color: #fff;
	}
	#gFooter .fl .text img {
		width: 50px;
		display: block;
		margin: 5px auto 0
	}
	#gFooter .fr {
		width: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		bottom: 180px;
	}
	#gFooter .fr img {
		width: 160px;
	}
	.fixed {
		display: none;
	}
	/******内页公共样式*******/
	.contain {
		width: 100%;
		margin: 0px auto 20px
	}
	.posi {
		line-height: 32px;
		padding: 0 10px;
		margin: 15px 10px 10px
	}
	.proBox .page {
		margin-top: 20px;
	}
	.proBox .page li {
		margin: 0 2px;
		line-height: 24px;
	}
	.proBox .page a {
		padding: 4px 10px;
	}
	.return {
		position: fixed;
		right: 10px;
		bottom: 80px;
		width: 40px;
		z-index: 999;
		height: 40px;
		border-radius: 50%;
		line-height: 40px;
		text-align: center;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}
	.return img {
		width: 25px;
		vertical-align: middle;
	}
}